home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / Wersje pelne i specjalne / Winamp 2.77 i 3.0beta / wa3install_beta1.exe / Skins / Default.wal / xml / eq-normal.xml < prev    next >
Encoding:
Text File  |  2001-10-03  |  6.3 KB  |  243 lines

  1. <!-- Equalizer:Standard Mode -->
  2.   
  3.    <layout id="eq" background="player.eq.bg">
  4.     <layer id="placeholder" x="0" y="0" image="player.eq.placeholder"/>
  5.     <!-- Titlebar buttons -->
  6.     <button
  7.       id="sysbutton"
  8.       action="SYSMENU"
  9.       x="5" y="3"
  10.       image="player.eq.button.menu"
  11.       downImage="player.eq.button.menu.pressed"
  12.       inactiveAlpha="128"
  13.     />
  14.     <layer
  15.       id="blah"
  16.       dblClickAction="SWITCH;shade"
  17.       x="22" y="4"
  18.       image="player.eq.titlebar.active.left"
  19.       inactiveAlpha="128"
  20.     />
  21.     <layer
  22.       id="blah"
  23.       dblClickAction="SWITCH;shade"
  24.       x="29" y="4" w="72"
  25.       image="player.eq.titlebar.active.center"
  26.       inactiveAlpha="128"
  27.     />
  28.     <layer
  29.       id="blah"
  30.       dblClickAction="SWITCH;shade"
  31.       x="101" y="4"
  32.       image="player.eq.titlebar.active.right"
  33.       inactiveAlpha="128"
  34.     />
  35.     <layer
  36.       id="blah"
  37.       action=""
  38.       x="110" y="2"
  39.       dblClickAction="SWITCH;shade"
  40.       image="player.eq.titlebar.text"
  41.       inactiveAlpha="128"
  42.     />
  43.     <layer
  44.       id="blah"
  45.       dblClickAction="SWITCH;shade"
  46.       x="170" y="4"
  47.       image="player.eq.titlebar.active.left"
  48.       inactiveAlpha="128"
  49.     />
  50.     <layer
  51.       id="blah"
  52.       dblClickAction="SWITCH;shade"
  53.       x="176" y="4" w="54"
  54.       image="player.eq.titlebar.active.center"
  55.       inactiveAlpha="128"
  56.     />
  57.     <layer
  58.       id="blah"
  59.       dblClickAction="SWITCH;shade"
  60.       x="230" y="4"
  61.       image="player.eq.titlebar.active.right"
  62.       inactiveAlpha="128"
  63.     />
  64.     <button
  65.       id="winshade" tooltip="Toggle Windowshade mode"
  66.       action="SWITCH" param="shade"
  67.       x="240" y="3"
  68.       image="player.eq.button.winshade"
  69.       downImage="player.eq.button.winshade.pressed"
  70.       inactiveAlpha="128"
  71.     />
  72.     <button
  73.       id="Close"
  74.       action="CLOSE"
  75.       x="257" y="3"
  76.       image="player.eq.button.close"
  77.       downImage="player.eq.button.close.pressed"
  78.       tooltip="Close Window"
  79.       inactiveAlpha="128"
  80.     />
  81.  
  82.     <!-- The spline display -->
  83.     <eqvis id="spline" x="85" y="20" w="115" h="15" 
  84.            colortop="60,80,40" colormiddle="255,192,255" colorbottom="80,40,60"
  85.            colorpreamp="128,128,128" gamma="192" />
  86.  
  87.     <!-- the different eq switchess -->
  88.     <button
  89.       id="on"
  90.       action="EQ_TOGGLE"
  91.       x="15" y="22"
  92.       image="player.eq.switch.on.disabled"
  93.       downImage="player.eq.switch.on.pressed"
  94.       activeImage="player.eq.switch.on.enabled"
  95.       tooltip="Toggle EQ processing"
  96.     />
  97.     <button
  98.       id="on"
  99.       action="EQ_AUTO"
  100.       x="42" y="22"
  101.       image="player.eq.switch.auto.disabled"
  102.       downImage="player.eq.switch.auto.pressed"
  103.       activeImage="player.eq.switch.auto.enabled"
  104.       tooltip="Toggle EQ automatic processing"
  105.     />
  106.     <button
  107.       id="on"
  108.       action="MENU" param="presets"
  109.       x="216" y="22"
  110.       image="player.eq.button.presets"
  111.       downImage="player.eq.button.presets.pressed"
  112.       tooltip="Display Presets menu"
  113.     />
  114.  
  115.     <!-- EQ Sliders -->
  116.     <layer x="24" y="38" image="player.eq.slider.bar"/>
  117.     <slider
  118.       id="preamp"
  119.       action="EQ_PREAMP"
  120.       x="18" y="38"
  121.       w="18" h="66"
  122.       orientation="vertical"
  123.       thumb="player.eq.slider.button"
  124.       downThumb="player.eq.slider.button.pressed"
  125.     />
  126.  
  127.     <layer x="82" y="38" image="player.eq.slider.bar"/>
  128.     <slider
  129.       id="eq1"
  130.       action="EQ_BAND" param="1"
  131.       x="76" y="38"
  132.       w="18" h="66"
  133.       orientation="vertical"
  134.       thumb="player.eq.slider.button"
  135.       downThumb="player.eq.slider.button.pressed"
  136.     />
  137.  
  138.     <layer x="100" y="38" image="player.eq.slider.bar"/>
  139.     <slider
  140.       id="eq2"
  141.       action="EQ_BAND" param="2"
  142.       x="94" y="38"
  143.       w="18" h="66"
  144.       orientation="vertical"
  145.       thumb="player.eq.slider.button"
  146.       downThumb="player.eq.slider.button.pressed"
  147.     />
  148.  
  149.     <layer x="118" y="38" image="player.eq.slider.bar"/>
  150.     <slider
  151.       id="eq3"
  152.       action="EQ_BAND" param="3"
  153.       x="112" y="38"
  154.       w="18" h="66"
  155.       orientation="vertical"
  156.       thumb="player.eq.slider.button"
  157.       downThumb="player.eq.slider.button.pressed"
  158.     />
  159.  
  160.     <layer x="136" y="38" image="player.eq.slider.bar"/>
  161.     <slider
  162.       id="eq4"
  163.       action="EQ_BAND" param="4"
  164.       x="130" y="38"
  165.       w="18" h="66"
  166.       orientation="vertical"
  167.       thumb="player.eq.slider.button"
  168.       downThumb="player.eq.slider.button.pressed"
  169.     />
  170.  
  171.     <layer x="154" y="38" image="player.eq.slider.bar"/>
  172.     <slider
  173.       id="eq5"
  174.       action="EQ_BAND" param="5"
  175.       x="148" y="38"
  176.       w="18" h="66"
  177.       orientation="vertical"
  178.       thumb="player.eq.slider.button"
  179.       downThumb="player.eq.slider.button.pressed"
  180.     />
  181.  
  182.     <layer x="172" y="38" image="player.eq.slider.bar"/>
  183.     <slider
  184.       id="eq6"
  185.       action="EQ_BAND" param="6"
  186.       x="166" y="38"
  187.       w="18" h="66"
  188.       orientation="vertical"
  189.       thumb="player.eq.slider.button"
  190.       downThumb="player.eq.slider.button.pressed"
  191.     />
  192.  
  193.     <layer x="190" y="38" image="player.eq.slider.bar"/>
  194.     <slider
  195.       id="eq7"
  196.       action="EQ_BAND" param="7"
  197.       x="184" y="38"
  198.       w="18" h="66"
  199.       orientation="vertical"
  200.       thumb="player.eq.slider.button"
  201.       downThumb="player.eq.slider.button.pressed"
  202.     />
  203.  
  204.     <layer x="208" y="38" image="player.eq.slider.bar"/>
  205.     <slider
  206.       id="eq8"
  207.       action="EQ_BAND" param="8"
  208.       x="202" y="38"
  209.       w="18" h="66"
  210.       orientation="vertical"
  211.       thumb="player.eq.slider.button"
  212.       downThumb="player.eq.slider.button.pressed"
  213.     />
  214.  
  215.     <layer x="226" y="38" image="player.eq.slider.bar"/>
  216.     <slider
  217.       id="eq9"
  218.       action="EQ_BAND" param="9"
  219.       x="220" y="38"
  220.       w="18" h="66"
  221.       orientation="vertical"
  222.       thumb="player.eq.slider.button"
  223.       downThumb="player.eq.slider.button.pressed"
  224.     />
  225.  
  226.     <layer x="244" y="38" image="player.eq.slider.bar"/>
  227.     <slider
  228.       id="eq10"
  229.       action="EQ_BAND" param="10"
  230.       x="238" y="38"
  231.       w="18" h="66"
  232.       orientation="vertical"
  233.       thumb="player.eq.slider.button"
  234.       downThumb="player.eq.slider.button.pressed"
  235.     />
  236.  
  237.     <layer
  238.       id="Resizer"
  239.       scale="bottomright"
  240.       x="259" y="100"
  241.       image="player.eq.button.resize"
  242.     />
  243.    </layout>